Skip to content

Conversation

@tylervz
Copy link
Contributor

@tylervz tylervz commented Nov 13, 2024

Update the GitHub actions workflows to use the latest version of multiple actions, including actions/checkout, actions/setup-java, actions/cache, and release-drafter/release-drafter:

https://github.com/actions/checkout/tags
https://github.com/actions/setup-java/tags
https://github.com/actions/cache?tab=readme-ov-file#v4
https://github.com/release-drafter/release-drafter/tags

@tylervz
Copy link
Contributor Author

tylervz commented Nov 14, 2024

@matrei I updated all the gradle/actions/setup-gradle to v4 and declared them with

- name: Setup Gradle
        uses: gradle/actions/setup-gradle@v4
        with:
          develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

And then I removed the DEVELOCITY_ACCESS_KEY environment variable declarations.

@matrei
Copy link
Contributor

matrei commented Nov 14, 2024

@tylervz Thanks!, looking good ⭐

@matrei matrei changed the title chore: update GH actions workflows Update Github action workflows Nov 14, 2024
@matrei matrei merged commit f9e9f3e into apache:9.0.x Nov 14, 2024
8 checks passed
@tylervz tylervz deleted the updateGhActions branch November 14, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants